home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Code / LIB / _vx23.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  2.7 KB  |  111 lines

  1. package Code.LIB
  2. {
  3.    import Code.FIELD.helpers.TShapeType;
  4.    import Code.OPTIONS.LEVELS;
  5.    
  6.    public class _vx23
  7.    {
  8.       public function _vx23()
  9.       {
  10.          super();
  11.       }
  12.       
  13.       public static function _kg419(param1:int) : void
  14.       {
  15.          _cg33._ss555[1].prScores -= param1;
  16.          _cg33._gk638();
  17.       }
  18.       
  19.       public static function _ew523() : void
  20.       {
  21.          _cg33._ss555[1].prRoundzLevel = 0;
  22.          _cg33._ss555[1].prBlockzLevel = 0;
  23.          _cg33._ss555[1].prScores = 0;
  24.          _cg33._dn742 = false;
  25.          _cg33._gk638();
  26.       }
  27.       
  28.       public static function get _xp514() : Boolean
  29.       {
  30.          return _cg33._ss555[1].prRoundzLevel >= LEVELS.RoundzLevels.length;
  31.       }
  32.       
  33.       public static function get _xh67() : Boolean
  34.       {
  35.          return _xp514 && _bu14;
  36.       }
  37.       
  38.       public static function set _un44(param1:TShapeType) : void
  39.       {
  40.          _cg33._ss555[1].prShapeType = param1 == TShapeType.CIRCLE ? 0 : 1;
  41.          _cg33._gk638();
  42.       }
  43.       
  44.       public static function get _qq496() : int
  45.       {
  46.          return _cg33._ss555[1].prShapeType == 0 ? int(LEVELS.RoundzLevels.length) : int(LEVELS.BlockzLevels.length);
  47.       }
  48.       
  49.       public static function _wt252() : void
  50.       {
  51.          if(_un44 == TShapeType.CIRCLE)
  52.          {
  53.             ++_cg33._ss555[1].prRoundzLevel;
  54.          }
  55.          else
  56.          {
  57.             ++_cg33._ss555[1].prBlockzLevel;
  58.          }
  59.          _cg33._gk638();
  60.       }
  61.       
  62.       public static function get _bu14() : Boolean
  63.       {
  64.          return _cg33._ss555[1].prBlockzLevel >= LEVELS.BlockzLevels.length;
  65.       }
  66.       
  67.       public static function get _sv812() : String
  68.       {
  69.          if(_cg33._ss555 == null)
  70.          {
  71.             return null;
  72.          }
  73.          return _cg33._ss555[0];
  74.       }
  75.       
  76.       public static function get _un44() : TShapeType
  77.       {
  78.          return _cg33._ss555[1].prShapeType == 0 ? TShapeType.CIRCLE : TShapeType.POLY;
  79.       }
  80.       
  81.       public static function get _pm756() : int
  82.       {
  83.          if(_cg33._ss555 == null)
  84.          {
  85.             return -1;
  86.          }
  87.          if(_cg33._ss555[1].prShapeType == 0)
  88.          {
  89.             return _cg33._ss555[1].prRoundzLevel;
  90.          }
  91.          return _cg33._ss555[1].prBlockzLevel;
  92.       }
  93.       
  94.       public static function get _om626() : int
  95.       {
  96.          if(_cg33._ss555 == null)
  97.          {
  98.             return -1;
  99.          }
  100.          return _cg33._ss555[1].prScores;
  101.       }
  102.       
  103.       public static function _sh498(param1:int) : void
  104.       {
  105.          _cg33._ss555[1].prScores += param1;
  106.          _cg33._gk638();
  107.       }
  108.    }
  109. }
  110.  
  111.